Const INFO11 = " In this example, the purpose is to associate actors (Transparent blue nodes) to task items (yellow nodes). "
Const INFO12 = " You can't change the process diagram. You can only move and resize nodes or stretch links. This limitation is added here in order to demonstrate how easy it is to customize your application."
Const INFO13 = " Therefore, you may create new actor node or change actor names by double-clicking over actor node and you may also create links between actor nodes and task nodes (Ex.: Jane - Order Entry). A dialog box is displayed when The DBLCLICK event is received."
Const INFO14 = " Note that when mouse is over a sizing square, the mouse pointer is changing, depending on its position. (See PointedArea property in the help file)"
Const INFO21 = " Double-click on an item (node or link) and you'll be able to change the properties of this item. "
Const INFO22 = " The long flat node (which symbolizes the local network) owns 5 little nodes implementing stubs. INTERNET node own all nodes inside itself (same with the INTRANET node). "
Const INFO23 = " See Owner property in order to know how to create ownership between nodes. "
Const INFO31 = " Here, you have a way to combine the node and link add into a single step. "
Const INFO32 = " You bring the mouse cursor into the handle at the center of the selected node, press the left button, move the mouse where you want but not over a node. Then you release the left button and you'll see that a node and a link are created together."
Const INFO33 = " Note that there is a displayed grid (see ShowGrid property)."
Const INFO34 = " Note also that when you create a node with the mouse, there is a mimimal node size (See AddNode event in the help file to see how to do that)."
Const INFO35 = " Note that when mouse is over a sizing square, the mouse pointer is changing, depending on its position. (See PointedArea property in the help file)"
Const INFO41 = " In this example, node sizes are adjusted to picture sizes (See property AutoSize). In such a case, text is displayed inside picture."
Const INFO42 = " Therefore, you can't change node size unless you change AutoSize property"
Const INFO43 = " You may change some node properties (text, shape, AutoSize, Alignment) by double-clicking on this node."